Color-Component Values
Each color component in a color space (other than an indexed color space) is described by a numeric color-component value, defined by thegxColorValue
type definition:
typedef unsigned short gxColorValue;Color-component values can vary from 0 (no intensity) to 0xFFFF (maximum intensity). You can use the constantgxColorValue1
to represent 0xFFFF.